home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / tetdemo.zip / PLAY.BAT < prev    next >
DOS Batch File  |  1990-11-24  |  117b  |  9 lines

  1. @echo off
  2. sound b8000 > nul
  3.   if %1. == .   goto nopath
  4.   ftf_vga 1 %1\
  5.   goto end
  6. :nopath
  7.   ftf_vga 0
  8. :end
  9.